CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - round robin
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - round robin - List
[
assembly language
]
saicheng
DL : 0
一个关于赛程安排的算法。N支球队参加比赛进行双循环赛,给出赛程安排算法。-a leg on the arrangements for the algorithm. N Clubs double round robin tournament, scheduling algorithm for the given schedule.
Date
: 2008-10-13
Size
: 4.52kb
User
:
雪
[
CSharp
]
RoundRobinScheduler
DL : 0
支持3-32名选手的单循环赛日程安排(每天的对战选手名单和每名选手每天的对手名单),支持保存日程表和打开已保存的日程表,支持选手ID和赛事名称录入,支持每轮比赛的日期制定。 -support 3-32 players single round robin schedule (daily list of players and the war every day player opponents list), supported preservation of the schedule and has kept open the schedule, the players support the race name ID and logging, support each round development of the date of the competition.
Date
: 2008-10-13
Size
: 10.43kb
User
:
孙宇
[
Other resource
]
RoundRobinSchedulingTask
DL : 0
C++编程实例Round Robin Scheduling Task-C programming examples Round Robin Scheduling Task
Date
: 2008-10-13
Size
: 54.34kb
User
:
jupiter
[
Other resource
]
SoftTime
DL : 0
基于51定时器时间片轮循调度函数软件-time timer function unit Round Robin Scheduling Software
Date
: 2008-10-13
Size
: 33.04kb
User
:
adad
[
Other resource
]
1
DL : 0
In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol since it does not allow kernel to have multiple tasks at the same priority. Although it has different ways to avoid priority inversion such as priority ceiling protocol, developers still have some difficulties in programming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability to support round robin scheduling and implement priority inheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore to evaluation board, and evaluate the execution time of each of the kernel service as well as verify the operations of our implementation.
Date
: 2008-10-13
Size
: 132.69kb
User
:
刘天宏
[
Other resource
]
CPUSchedule
DL : 0
3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。
Date
: 2008-10-13
Size
: 19.02kb
User
:
tennic
[
Linux-Unix
]
project3
DL : 2
The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multilevel feedback scheduling. In addition, you will provide user programs with semaphores, a means to check the system s current time and a mechanism for passing command-line arguments
Date
: 2008-10-13
Size
: 575.35kb
User
:
向东
[
OS program
]
RR
DL : 0
Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each process in the ready queue in order, handling all processes without priority. A maximum of one time slice is allocated at once. If the remaining request is less than a time slice, only the remaining request time is allocated. Round-robin scheduling is both simple and easy to implement. It is also starvation-free.
Date
: 2008-10-13
Size
: 79.12kb
User
:
邓思兵
[
Other
]
赛程安排
DL : 0
用于循环赛的赛场安排。输入组名和每组的队数,即可安排这一组的循环赛比赛顺序。-the venue for the round robin arrangement. Imported group name and number of teams in each group, this group may be arranged on the round robin competition order.
Date
: 2025-07-06
Size
: 174kb
User
:
万山居
[
Process-Thread
]
RoundRobin_Youxianji
DL : 0
文件中实现了操作系统进程调度的时间片轮转和优先级法,非常好用,十分适合于学习。-documents to fulfill the operating system process scheduling time slice and rotate priority, very convenient, very suitable for the study.
Date
: 2025-07-06
Size
: 332kb
User
:
王铁蛋
[
Other Embeded program
]
SoftTime
DL : 0
基于51定时器时间片轮循调度函数软件-time timer function unit Round Robin Scheduling Software
Date
: 2025-07-06
Size
: 33kb
User
:
adad
[
GUI Develop
]
RoundRobinScheduler
DL : 0
用C#写的《计算机算法分析与设计》的课程设计--分治算法,循环赛日程表生成器 比较有实用价值的程序,可以保存赛程表为RTF格式,可输入选手名字,可指定每轮比赛的日期时间-With C# Written by
Date
: 2025-07-06
Size
: 66kb
User
:
范成
[
Data structs
]
RR
DL : 0
8个进程的改进版CPU schedule 算法-RoundRobin-所有上载程序都是原创,请不要用于商业用途
Date
: 2025-07-06
Size
: 7kb
User
:
tennic
[
OS Develop
]
shijianpian
DL : 0
时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息,通用寄存器内容 int pc //进程现场信息,程序计数器内容 int psw //进程现场信息,程序状态字内容 int next //下一个进程控制块的位置 }pcbarea[n]-Round Robin time slice struct (int name// process identifier int status// process state int ax, bx, cx, dx// process the scene information, the contents of general register int pc// process the scene information, the contents of program counter int psw// process the scene information, the program status word contents int next// next position of the process control block) pcbarea [n]
Date
: 2025-07-06
Size
: 1kb
User
:
pzq
[
Internet-Network
]
ARM7_OS
DL : 0
arm7上的操作系统 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度-ARM7 on the operating system scheduling tasks by priority, if in a ready state and the highest-priority mission there are two or more, according to the time slice Round Robin Scheduling
Date
: 2025-07-06
Size
: 645kb
User
:
杨文海
[
Software Engineering
]
compare11
DL : 0
MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。-MATLAB to 11 in comparison scheduling algorithm, including the min-min, max-min, genetic algorithms and so on.
Date
: 2025-07-06
Size
: 286kb
User
:
gourd
[
Documents
]
shujujiegoushixi
DL : 0
1)创建任意字符型有序(递增排序)单循环链表(即链表的字符元素随机在键盘上输入),长度限定在15之内; 2)打印(遍历)该链表(依次打印出表中元素值); 3)在链表中查找第i个元素,i合法返回元素值,否则,返回FALSE; 4)在链表中查找与一已知字符相同的第一个结点,有则返回TRUE,否则,返回FALSE; 5)在链表中按照有序方式插入一已知字符元素; 6)在线性表中删除第i个结点; 7)计算链表的长度 -1) the creation of any character in an orderly manner (increasing order) the single round-robin list (that is, elements of random list of characters in keyboard input), the length limit of 15 2) Print (traverse) the list (followed by print the table element values) 3) in the list to find the first i elements, i legitimate return element value, otherwise return FALSE 4) in the list to find the same characters with a known first node, a then return TRUE, otherwise return FALSE 5) in the list in an orderly manner in accordance with the insertion of a known character elements 6) line of the table to delete the first i nodes 7) calculated the length of list
Date
: 2025-07-06
Size
: 589kb
User
:
滨
[
OS program
]
time
DL : 0
时间片轮转算法 讲述呢进程调度的方法 希望和大家一起分享-Round Robin Time Slice them about the process of scheduling methods would like to share
Date
: 2025-07-06
Size
: 2kb
User
:
xiaoliu
[
Process-Thread
]
Cthread
DL : 0
Date
: 2025-07-06
Size
: 2kb
User
:
jzhao
[
Process-Thread
]
lzz
DL : 0
单处理系统进程调度 基于动态优先级的时间片轮转法-Deal with the process of scheduling a single system based on dynamic time slice priority Round Robin
Date
: 2025-07-06
Size
: 1kb
User
:
李正中
«
1
2
3
4
5
6
7
8
9
10
11
...
24
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.